Vcenter NamespaceManagement Supervisors Networks Workload Network
Vcenter NamespaceManagement Supervisors Networks Workload Network schema represents configuration for a network running workloads on a Supervisor.
This schema was added in vSphere API 8.0.0.1.
{
"network": "string",
"network_type": "string",
"nsx": {
"dvs": "string",
"namespace_subnet_prefix": 0
},
"vsphere": {
"dvpg": "string"
},
"nsx_vpc": {
"nsx_project": "string",
"vpc_connectivity_profile": "string",
"default_private_cidrs": [
{
"address": "string",
"prefix": 0
}
]
},
"services": {
"dns": {
"servers": [
"string"
],
"search_domains": [
"string"
]
},
"ntp": {
"servers": [
"string"
]
}
},
"ip_management": {
"dhcp_enabled": false,
"gateway_address": "string",
"ip_assignments": [
{
"assignee": "string",
"ranges": [
{
"address": "string",
"count": 0
}
]
}
]
}
}
Vcenter NamespaceManagement Supervisors Networks Workload Network.network is a unique identifier for this network which can be referenced later for updates or queries.
This property was added in vSphere API 8.0.0.1.
If unset, an ID will be generated.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.Network
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.Network
.
Vcenter NamespaceManagement Supervisors Networks Workload Network.network_type describes the type of network.
For more information see: Vcenter NamespaceManagement Supervisors Networks Workload NetworkType.
This property was added in vSphere API 8.0.0.1.
Vcenter NamespaceManagement Supervisors Networks Workload Network.nsx specifies network configuration that is specific to NSX-T networks.
This property was added in vSphere API 8.0.0.1.
This property is optional and it is only relevant when the value of network_type is Vcenter NamespaceManagement Supervisors Networks Workload NetworkType.NSXT.
Vcenter NamespaceManagement Supervisors Networks Workload Network.vsphere specifies network configuration that is specific to vSphere networks.
This property was added in vSphere API 8.0.0.1.
This property is optional and it is only relevant when the value of network_type is Vcenter NamespaceManagement Supervisors Networks Workload NetworkType.VSPHERE.
Vcenter NamespaceManagement Supervisors Networks Workload Network.nsx_vpc specifies network configuration that is specific to NSX VPC networks.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of network_type is Vcenter NamespaceManagement Supervisors Networks Workload NetworkType.NSX_VPC.
Vcenter NamespaceManagement Supervisors Networks Workload Network.services specifies which network services are configured on this network. These network services are expected to be accessible via the associated distributed virtual port group or distributed virtual switch.
This property was added in vSphere API 8.0.0.1.
If unset, network services may be automatically configured. If you want to disable any configuration of network services, explicitly set this schema to empty.
Vcenter NamespaceManagement Supervisors Networks Workload Network.ip_management describes how IP addressing is configured on this network.
This property was added in vSphere API 8.0.0.1.
If unset, this network becomes a DHCP network. Your DHCP server must support client identifiers to successfully enable a Supervisor.